home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c-part2 / 10350 < prev    next >
Encoding:
Text File  |  1996-08-05  |  1.1 KB  |  26 lines

  1. Newsgroups: comp.lang.c,comp.os.msdos.programmer,comp.periphs.printers
  2. Path: news.sprintlink.net!news1!ts02-and-07
  3. From: dlmiller@iquest.net (Doug & Rose Miller)
  4. Subject: Re: rotating text for printing
  5. X-Nntp-Posting-Host: ts02-and-07.iquest.net
  6. Message-ID: <DoE3t2.HJw@iquest.net>
  7. Sender: news@iquest.net (News Admin)
  8. Organization: IQuest Network Services
  9. X-Newsreader: News Xpress Version 1.0 Beta #2.1
  10. References: <1996Mar15.225750.2705@ticipa.works.ti.com>
  11. Date: Sun, 17 Mar 1996 02:14:37 GMT
  12.  
  13. kbad@ticipa.works.ti.com (Kevin Badinger) wrote:
  14. +Can anyone give me, or point me in the direction to finding information on
  15. +how to rotate text in C so I can print it in a landscape format for old epson
  16. +printers from dos.  I know the newer printers will do all the landscape
  17. +formatting for you, but unfortunately I have to print to the old epsons.
  18. +
  19. +Any information that you can provide will be of great assistance.
  20. +
  21. +
  22. +Kevin Badinger
  23. +kbad@works.ti.com
  24. Check the printer manual for description of escape sequences required to print landscape.
  25. This really has nothing to do with C.
  26.